home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10720 < prev    next >
Encoding:
Text File  |  1996-08-05  |  717 b   |  26 lines

  1. Newsgroups: comp.lang.c
  2. Path: in2.uu.net!world!ibe
  3. From: ibe@world.std.com (ira ekhaus)
  4. Subject: questions numerical C 
  5. Message-ID: <DoIy7J.Bt5@world.std.com>
  6. Organization: The World Public Access UNIX, Brookline, MA
  7. Date: Tue, 19 Mar 1996 17:06:55 GMT
  8.  
  9.  
  10. I'm trying to figure out the relation between analog devices 
  11. numerical C, and language extensions under gnu C .
  12. I'm especially confused by the absence of  an
  13. iter declaration in gnu C.
  14.  
  15. This lets the code
  16. A[k]=B[k][j]*C[k];
  17.  
  18. represent a loop over the range that k is defined over.
  19.  
  20. Can this type of operation be implemented in gnu C?
  21. thanks,
  22.  
  23. Ira Ekhaus
  24. Synap  Corporation            100 Wildwood Ave,Arlington MA 02174
  25. ibe@world.std.com            617 641 3295 fax 617 641 2415
  26.